<xs:simpleType name="ClassOfGoodsValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Klassifikationswert</dt>
<dt>1. Ident innerhalb der Klassifikation (ClassofGoodsFeature bleit leer)</dt>
<dt>2. Merkmalswert zu einem feature (ClassofGoodsFeature ist definiert)</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>value within a classification</dt>
<dt>1. Ident within a classification (ClassofGoodsFeature stays empty)</dt>
<dt>2. option value for the specified feature (ClassofGoodsFeature is defined)</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
|